Sender.exe
----
By: Greg Schoppe
http://www.gschoppe.com
gschoppe@gmail.com

Send a message to the serial port of your choice.
----


Usage
----
there are four acceptable ways to call this program:
1)  Com Sender.exe
    > opens the GUI

2)  Com Sender.exe message
    > sends "message" to com1 at 9600 baud

3)  Com Sender.exe 4 message
    > sends "message" to com4 at 9600 baud

4)  Com Sender.exe 3 4800 this is a message
    > sends "this is a message" to com3 at 4800 baud


Notes
----
this is a simple program, with no error handling, so call it right... 
a newer version is forthcoming that will check all command line 
arguments and form inputs.  currently, all messages are sent with no
handshaking, 8 data bits, and 1 stop bit.

for the program to function, MSCOMM32.exe must be placed in the
c:\windows\system directory.